Checks if the specified point is inside the polygon defined by the specified array of points.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static boolean pointInPolygon ( |
An array with Point2D instances that define the polygon.
The Point2D to check.
true if the point is inside the polygon; otherwise false.
See Also